CalendarView for WinForms
CreatePolygonRegion(Point[]) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Region クラス > CreatePolygonRegion メソッド : CreatePolygonRegion(Point[]) メソッド
A System.Drawing.Point array that defines the vertices of the polygon.
Create a polygons region from the point array which defines the vertices of the polygon.
シンタックス
'宣言
 
Public Overloads Shared Function CreatePolygonRegion( _
   ByVal polygonPoints() As System.Drawing.Point _
) As Region
public static Region CreatePolygonRegion( 
   System.Drawing.Point[] polygonPoints
)

パラメータ

polygonPoints
A System.Drawing.Point array that defines the vertices of the polygon.
解説
This method creates a new Region object with a polygon interior interior. The interior is defined by the polygonPoints parameter.
参照

Region クラス
Region メンバ
オーバーロード一覧